const github.com/refraction-networking/utls.typeCertificate

6 uses

	github.com/refraction-networking/utls (current package)
		common.go#L91: 	typeCertificate         uint8 = 11
		conn.go#L1099: 	if c.haveVers && data[0] == typeCertificate {
		conn.go#L1133: 	case typeCertificate:
		handshake_messages.go#L1442: 	x[0] = typeCertificate
		handshake_messages.go#L1508: 	b.AddUint8(typeCertificate)
		u_handshake_client.go#L98: 	rawMsg[0] = typeCertificate